/** Representation of a SMD file */
export interface SmdBody {
    /** SMD file content in base64 */
    data: string;
}
//# sourceMappingURL=SmdBody.d.ts.map