import { GlideRecord } from "../types/GlideRecord.js"; export declare class ProviderService { constructor(); getActionableContent(): GlideRecord; getActions(actionableContentId?: string): string; getChannel(destinationTypeId?: string): GlideRecord; getCommonActionableContent(): GlideRecord; getCommonContent(): GlideRecord; getContent(): GlideRecord; getContentField(fieldName?: string): string; getProvider(): GlideRecord; getProviderContent(): GlideRecord; getProviderDefaultContent(): GlideRecord; substitute(input?: string): string; } //# sourceMappingURL=ProviderService.d.ts.map