export declare namespace Certification {
    type Model = {
        authority: string;
        name: string;
        code: string;
    };
}
