export type GenAstrolabeOptions = {
    date: string;
    hour: number;
    gender: 'male' | 'female';
    path: string;
    fixLeap?: boolean;
    locale?: 'zh-CN' | 'en-US';
};
export declare function genAndSaveAstrolabe(options: GenAstrolabeOptions): {
    success: boolean;
    files: string[];
};
//# sourceMappingURL=genAndSaveAstrolabe.d.ts.map