export declare const initializationComplete: (mnf: any, plugins?: any, doNotPost?: boolean) => void;
declare type DataInput = {
    /**
     * Action data is used for cashing as a hashed number.
     */
    action: {
        functionName: string;
        inputs: any;
    };
    uid: string;
};
export declare const onMessageInput: (d: DataInput, postMessage: any) => void;
export {};
