import { ProfilePictureConfig } from './types'; export declare const PROFILE_PICTURE_PROGRAM = "0xce6e31b36eb24693cf7a0cff0754a4b791828bd1"; export declare const PROFILE_PICTURE_STATE = "0x88b01f117518ac98c7dec183c5f0a4d54e64898b"; export declare const getResizedImageUrl: (url: any, options?: { width: number; }, resizable?: boolean) => any; export declare function generateUrl(url: string | null, ownerAddress: string, config: ProfilePictureConfig): string; export declare function getMetadataFromUrl(url: string): Promise; export declare function getContentTypeFromUrl(url: string): Promise; export declare function canResizeContentType(contentType: string): boolean; export declare function getProgramId(): Promise>; export declare function getNetwork(fullnode: string): string;