import { PushNotificationPayloadType } from "../togetherComponentGlobalContext";
type TranslateFunction = (k: string, option?: {
    [key: string]: any;
}) => any;
export declare const getDefaultSuccessNoti: (t: TranslateFunction) => PushNotificationPayloadType;
export declare const getDefaultFailNoti: (t: TranslateFunction) => PushNotificationPayloadType;
export {};
