import { GlideRecord } from "../types/GlideRecord"; export declare class ProviderService { 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; constructor(); }