declare const _default: {
    name: string;
    moduleName: string;
    description: string;
    share: any;
    isAppInstalled: any;
    auth: any;
    getTypesAsync(): Promise<{
        ShareResult: {
            type: string;
            properties: {
                isSuccess: {
                    type: string;
                };
                errorCode: {
                    type: string;
                    optional: boolean;
                };
                errorMsg: {
                    type: string;
                    optional: boolean;
                };
                shareState: {
                    type: string;
                    optional: boolean;
                };
            };
        };
        ShareOptions: {
            type: string;
            properties: {
                mediaUrls: {
                    type: string;
                    items: {
                        type: string;
                    };
                };
                isImage: {
                    type: string;
                    optional: boolean;
                };
                isGreenScreen: {
                    type: string;
                    optional: boolean;
                };
                hashtags: {
                    type: string;
                    items: {
                        type: string;
                    };
                    optional: boolean;
                };
                description: {
                    type: string;
                    optional: boolean;
                };
            };
        };
        AuthResult: {
            type: string;
            properties: {
                isSuccess: {
                    type: string;
                };
                errorCode: {
                    type: string;
                    optional: boolean;
                };
                errorMsg: {
                    type: string;
                    optional: boolean;
                };
                authCode: {
                    type: string;
                    optional: boolean;
                };
                state: {
                    type: string;
                    optional: boolean;
                };
                grantedPermissions: {
                    type: string;
                    items: {
                        type: string;
                    };
                    optional: boolean;
                };
            };
        };
    }>;
    getConstants(): Promise<{
        DEFAULT_PERMISSIONS: string[];
    }>;
};
export default _default;
//# sourceMappingURL=module.d.ts.map