interface GxImage {
    id: string;
    uri: string;
}
export declare const imageWidth: (image: GxImage) => Promise<Number>;
export {};
