export declare const dummyFileMessageImage: {
    messageId: number;
    messageType: string;
    channelUrl: string;
    data: string;
    customType: string;
    createdAt: number;
    updatedAt: number;
    channelType: string;
    metaArrays: any[];
    reactions: any[];
    mentionType: string;
    mentionedUsers: any[];
    url: string;
    name: string;
    size: number;
    type: string;
    thumbnails: any[];
    sender: {
        nickname: string;
        profileUrl: string;
        userId: string;
        connectionStatus: string;
        lastSeenAt: number;
        isActive: boolean;
        friendDiscoveryKey: any;
        friendName: any;
        _preferredLanguages: any;
        isBlockedByMe: boolean;
    };
    reqId: string;
    requireAuth: boolean;
    requestState: string;
    requestedMentionUserIds: any[];
    errorCode: number;
};
export declare const dummyFileMessageAudio: {
    messageId: number;
    messageType: string;
    channelUrl: string;
    data: string;
    customType: string;
    createdAt: number;
    updatedAt: number;
    channelType: string;
    metaArrays: any[];
    reactions: any[];
    mentionType: string;
    mentionedUsers: any[];
    url: string;
    name: string;
    size: number;
    type: string;
    thumbnails: any[];
    sender: {
        nickname: string;
        profileUrl: string;
        userId: string;
        connectionStatus: string;
        lastSeenAt: number;
        isActive: boolean;
        friendDiscoveryKey: any;
        friendName: any;
        _preferredLanguages: any;
        isBlockedByMe: boolean;
    };
    reqId: string;
    requireAuth: boolean;
    requestState: string;
    requestedMentionUserIds: any[];
    errorCode: number;
};
type generatorType = (callback?: (message: Record<string, any>) => Record<string, any>) => Record<string, any>;
export declare const getFileMessage: generatorType;
export {};
