import { IDatabaseAttachment } from '@leavittsoftware/lg-core-typescript/lg.net.system'; export declare function getCdnInlineUrl(attachment: Partial | null | undefined, size?: number): string | undefined; export declare function isImage(attachment: Partial): boolean; //# sourceMappingURL=get-cdn-Inline-url.d.ts.map