export declare class ChefServerScript { executeConfigPackage(credentialLookup?: string, endpoint?: string, inputParameters?: string, serviceAccountId?: string, locationName?: string): any getDecryptedString(value?: string): string getEncryptedString(value?: string): string constructor() }