import { ReplaceReturnType } from '@ovhcloud/ods-core'; /** * describe how are defined public methods for a stencil component. * It uses the methods declared in your own interface and wrap the return type into a promise. */ export declare type OdsStencilMethods any; }> = { [Key in keyof Methods]: ReplaceReturnType>>; };