export default MagicStrings;
declare namespace MagicStrings {
    const SUCCESS_MESSAGE: string;
    const ERROR_MESSAGE: string;
}
