import { VesperaeSchemaOutput } from '../../prayer-manager-interface.ts';
export declare function mapper_vesperae(elements: any[]): VesperaeSchemaOutput[] | undefined;
