export declare class LinkboxService { constructor(); postMessage(message: any): Promise; postAttachment(attachment: any): Promise; }