export declare module AuthenticationCheckerLocalization {
    const namespace = "Omnia.AuthenticationChecker";
    interface locInterface {
        Message: string;
        Reload: string;
        Skip: string;
    }
}
