export function createRelease(options: ReleaseOptions): Promise; export type ReleaseOptions = { auth: { token: string; }; owner?: string; repo?: string; tag_name?: string; target_commitish?: string; name?: string; body?: string; draft?: boolean; prerelease?: boolean; endpoint?: string; workpath?: string; assets?: Array; upsert?: boolean; }; //# sourceMappingURL=index.d.ts.map