export declare function checkBackupFileName(siteContext: {
    fqdn: string;
}, s: string): boolean;
