export declare const customNotification: (options: {
    serverKey?: string;
    title?: string;
    text?: string;
    fcm_tokens?: string[];
}, callback: {
    (res: any, err: any): void;
    (arg0: {} | null, arg1: Error | null): void;
}) => void;
