/** * Extracts the public key from an age key file. * @param keyFilePath Path to the age key file. * @returns The public key as a string, or null if not found. */ export declare function extractAgePublicKey(keyFilePath: string): string | null;