import { AuthenticationAction } from "../../enum";
export declare class OtpSmsTemplateNotFoundError extends Error {
    constructor(authenticationAction: AuthenticationAction);
}
